home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  177 b   |  12 lines

  1. on exitFrame
  2.   global DEST, volume
  3.   set DEST to the pathName
  4.   if the quickTimePresent then
  5.     continue()
  6.   else
  7.     go("ERROR")
  8.   end if
  9.   set volume to 6
  10.   SETSPEAKER()
  11. end
  12.